home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / STREAMB.H < prev    next >
C/C++ Source or Header  |  1993-05-13  |  270b  |  15 lines

  1. /*_ streamb.h */
  2. /* Copyright (C) 1992 by Symantec    */
  3. /* All Rights Reserved            */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6. #ifndef __STREAMB_H
  7. #define __STREAMB_H 1
  8.  
  9. #ifndef __IOSTREAM_H
  10. #include <iostream.h>
  11. #endif
  12.  
  13. #endif
  14.  
  15.